projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ec2bb
)
(command-line): Use normal-erase-is-backspace and
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 4 Apr 2001 14:05:18 +0000
(14:05 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 4 Apr 2001 14:05:18 +0000
(14:05 +0000)
normal-erase-is-backspace-mode.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 47fd84332d298ccf09ff80b8b4820c9055344c6c..719f127d43e7604b644e8c39edd1390b1fbcd8dd 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-780,8
+780,8
@@
or `CVS', and any subdirectory that contains a file named `.nosearch'."
(and (memq window-system '(x))
(fboundp 'x-backspace-delete-keys-p)
(x-backspace-delete-keys-p)))
- (setq-default
delete-key-deletes-forward
t)
- (
delete-key-deletes-forward
-mode 1)))
+ (setq-default
normal-erase-is-backspace
t)
+ (
normal-erase-is-backspace
-mode 1)))
(when (and (not noninteractive)
(display-graphic-p)